auto merge of #670 : bkoropoff/cargo/unused-everywhere, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 6 Oct 2014 02:30:06 +0000 (02:30 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Oct 2014 02:30:06 +0000 (02:30 +0000)
commit5d41ce8826f93f222b19649806f4bae132a76d28
tree73b4a1cf8614f5a87b5f4b5046f769dfb02941a6
parentf0762dfc1340c24ad87fa59027d5308c96867393
parent8c11893b71004b511ceb0e1be47f9130f1ca8320
auto merge of #670 : bkoropoff/cargo/unused-everywhere, r=alexcrichton

I'm not sure what changed, but unused value lints were popping up everwhere when I tried to build today.

This turns on the `if let` feature since it allows rewriting a lot of calls to `Option::map` that were only being used for their side effects into a clean form.  Cargo seems as good of a place as any to dogfood it.